compress/flate.compressor.hashOffset (field)
13 uses
compress/flate (current package)
deflate.go#L100: hashOffset int
deflate.go#L135: d.hashOffset += windowSize
deflate.go#L136: if d.hashOffset > maxHashOffset {
deflate.go#L137: delta := d.hashOffset - 1
deflate.go#L138: d.hashOffset -= delta
deflate.go#L221: *hh = uint32(di + d.hashOffset)
deflate.go#L275: i = int(d.hashPrev[i&windowMask]) - d.hashOffset
deflate.go#L371: d.hashOffset = 1
deflate.go#L423: *hh = uint32(d.index + d.hashOffset)
deflate.go#L434: if d.chainHead-d.hashOffset >= minIndex &&
deflate.go#L437: if newLength, newOffset, ok := d.findMatch(d.index, d.chainHead-d.hashOffset, minMatchLength-1, lookahead); ok {
deflate.go#L471: *hh = uint32(index + d.hashOffset)
deflate.go#L621: d.hashOffset = 1
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |